bitkeeper revision 1.242 (3ec781a2i_3yx4EVbMDTQaQ_JLxwxw)
authortlh20@elite.cl.cam.ac.uk <tlh20@elite.cl.cam.ac.uk>
Sun, 18 May 2003 12:50:42 +0000 (12:50 +0000)
committertlh20@elite.cl.cam.ac.uk <tlh20@elite.cl.cam.ac.uk>
Sun, 18 May 2003 12:50:42 +0000 (12:50 +0000)
Use rpmbuild for compatability with other redhat versions

tools/internal/Makefile

index b21f2f90a12b06b7140b88bbea53c79c053dade2..6cbaf9090dd346afd97c0635e67ba71cae4060f0 100644 (file)
@@ -36,7 +36,7 @@ rpm: all
        rm -rf staging
        mkdir staging
        mkdir staging/i386
-       rpm --define "staging$$PWD/staging" --define '_builddir.' --define "_rpmdir$$PWD/staging" -bb rpm.spec
+       rpmbuild --define "staging$$PWD/staging" --define '_builddir.' --define "_rpmdir$$PWD/staging" -bb rpm.spec
        mv staging/i386/*.rpm .
        rm -rf staging